home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / LanguageAnalysis.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  107 lines

  1. /*
  2.      File:        LanguageAnalysis.idl
  3.  
  4.      Contains:    Language Analysis Manager Interfaces
  5.  
  6.      Version:    Technology:    System 8
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __LANGUAGEANALYSIS_IDL__
  19. #define __LANGUAGEANALYSIS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __AEDATAMODEL_IDL__
  28. #include <AEDataModel.idl>
  29. #endif
  30. #ifndef __AEREGISTRY_IDL__
  31. #include <AERegistry.idl>
  32. #endif
  33. #ifndef __FILEMANAGERTYPES_IDL__
  34. #include <FileManagerTypes.idl>
  35. #endif
  36. #ifndef __LOCALEOBJECTS_IDL__
  37. #include <LocaleObjects.idl>
  38. #endif
  39. #ifndef __DICTIONARY_IDL__
  40. #include <Dictionary.idl>
  41. #endif
  42.  
  43. #ifdef __SOMIDL__
  44.  
  45. #if FOR_SYSTEM8_PREEMPTIVE
  46. #if FOR_PTR_BASED_AE
  47. typedef UInt32                    LAItemOffset;
  48.  
  49. typedef LocaleObjectRef            LAEnvironmentLocaleObjectRef;
  50.  
  51. typedef OpaquePtr                LAContextRef;
  52.  
  53. typedef AEKeyword                LAPropertyKey;
  54.  
  55. typedef DescType                LAPropertyType;
  56.  
  57. /*
  58.     Names for Environment Locale Object Attribute Names and Values
  59. */
  60. /* Japanese Kana-Kanji conversion*/
  61. /* Japanese TTS*/
  62. /* General Morpheme Analysis*/
  63. /*
  64.     Tags for Environment Properties
  65. */
  66. /*
  67.     Tags for dictionary information
  68. */
  69. typedef AERecord                LAMorphemeBundle;
  70.  
  71. typedef AERecord                LAMorphemePath;
  72.  
  73. typedef AERecord                LAMorpheme;
  74.  
  75. typedef AERecord                LAHomograph;
  76.  
  77. typedef OptionBits                LAFeedbackType;
  78.  
  79. /*
  80.     Error Value
  81. */
  82. /*
  83.     Handling Context
  84. */
  85. /*
  86.     Handling Environment
  87. */
  88. /*
  89.     Handling dictionries
  90. */
  91. /*
  92.     Analyzing text
  93. */
  94. /*
  95.     Learning
  96. */
  97. /*
  98.     TextObject interface
  99. */
  100. #endif
  101. #endif
  102.  
  103. #endif /* __SOMIDL__ */
  104.  
  105. #endif /* __LANGUAGEANALYSIS_IDL__ */
  106.  
  107.